﻿@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
@import 'https://code.highcharts.com/css/highcharts.css';

.content-area.page-wrapper > .row {
	max-width:none;
}

.content-area.page-wrapper > .row > .col{
	padding:0;
}

.page-wrapper {
	padding-top:0;
}


.twbs {
  font-family: 'Poppins', sans-serif;
}
.twbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.twbs img {
  max-width: 100%;
}
.twbs a {
  color: inherit;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.twbs a:hover, .twbs a:focus {
  text-decoration: none;
  outline: none;
}


.twbs .nav > li > a {
	font-weight:normal !important;
}

.twbs li {
	margin-left:0 !important;
	margin-bottom:0 !important;
}

.twbs .nav>li>a  {
    padding:0;
}

.twbs h1 {
    color: #808080;
    font-size:24px;
}

.twbs td {
    border-bottom:0;
}

.twbs .brandMdlText {
    font-size:20px;
}

.twbs .nav-link.active {
    color:#ff0000 !important;
    font-weight:bold !important;
}

.lightBg {
  background-color: #f3f3f3;
}
.twbs .btn {
	font-size: 13px;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 14px 30px;
}
.twbs .btnPrimary {
	background-color: #ff0000;
	color: #fff;
}
.twbs .btnPrimary:hover, .btnPrimary:focus {
	background-color: #ce0000;
	color: #fff;
}
.minWdBtn {
  min-width: 250px;
}
.headerCol {
	padding: 15px 0;
  position: absolute;
  left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	background-color: #26282b;
}

.twbs .selectMotorisationCol .row {
    max-width:none;
}

.fixed-header .headerCol {
	position: fixed;
  -webkit-box-shadow: 0 0 5px rgba(255,255,255,0.2);
  box-shadow: 0 0 5px rgba(255,255,255,0.2);
}
.twbs .logo img {
	width: 182px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.fixed-header .logo img {
	width: 120px;
}

.twbs .modelCol .row.no-gutters.align-items-center.onHover {
    margin-left:0px;
    margin-right:0px;
}

.header.transparent {
    position: relative !important;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.twbs .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000;
}

.sticky + #contentbullets {
    padding-top: 115px !important;
}

/*  Nav Trigger */
.navTrigger {
	width: 32px;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.navTrigger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.navTrigger span:nth-child(1) {
  top: 0px;
}
.navTrigger span:nth-child(2), .navTrigger span:nth-child(3) {
	top: 8px;
}
.navTrigger span:nth-child(4) {
	top: 16px;
}
.openNav .navTrigger span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.openNav .navTrigger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.openNav .navTrigger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.openNav .navTrigger span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
/*  /Nav Trigger */

/*  nav  */
.navigation > ul > li {
	display: inline-block;
	vertical-align: middle;
}
.navigation > ul > li + li {
  padding-left: 38px;
}
.navigation > ul > li > a {
	color: #fff;
  position: relative;
  font-size: 15px;
}
.navigation > ul > li > a:hover, .navigation > ul > li.active > a {
	color: #ff0000;
}
.navigation > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  border-bottom: 1px solid;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.navigation > ul > li > a:hover::before, .navigation > ul > li.active > a::before {
  left: 0;
  right: 0;
}
/*  /nav  */


/*  step form progress  */
.stepFormProgress {
  padding: 12px 0;
}
.isSticky {
    background-color:#000;
}

.stepFormProgress {
    padding: 12px 0;
}
.stepsProgress {
  position: relative;
  z-index: 2;
}
.stepsProgress > ul > li {
	position: relative;
  padding: 5px;
}
.stepsProgress > ul > li + li::before, .stepsProgress > ul > li.completedStep + li::after, .stepsProgress > ul > li.currentStep + li::after {
  position: absolute;
	left: 0;
	right: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.stepsProgress > ul > li + li::before {
	content: "OOOOOOOOOOOOO";
	top: 28px;
	z-index: -1;
  color: #ff0000;
  font-size: 9px;
  line-height: 9px;
  font-weight: 600;
  letter-spacing: 6px;
  overflow: hidden;
  opacity: 0.3;
}
.stepsProgress > ul > li.currentStep + li::before, .stepsProgress > ul > li.completedStep + li::before {
  opacity: 1;
}
.stepsProgress > ul > li.completedStep + li::after, .stepsProgress > ul > li.currentStep + li::after {
  content: "";
  top: 0;
  bottom: 0;
  z-index: -1;
  background: -moz-linear-gradient(45deg,  rgba(243,243,243,0) 0%, rgba(243,243,243,0.95) 100%);
  background: -webkit-linear-gradient(45deg,  rgba(243,243,243,0) 0%,rgba(243,243,243,0.95) 100%);
  background: linear-gradient(45deg,  rgba(243,243,243,0) 0%,rgba(243,243,243,0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f3f3', endColorstr='#f2f3f3f3',GradientType=1 );
}
.stepsProgress > ul > li.completedStep::after, .stepsProgress > ul > li.currentStep::after {
  display: none;
}
.stepIcon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 auto;
  -webkit-box-shadow: 0 0 50px rgba(38,40,43,0.08);
	box-shadow: 0 0 50px rgba(38,40,43,0.08);
}

.stepIcon img {
    max-width: 36px;
}

.stepTitle {
	display: block;
  padding-top: 10px;
  font-size: 15px;
}
.completedStep .stepTitle, .currentStep .stepTitle {
	color: #ff0000;
}
.completedStep .stepIcon, .currentStep .stepIcon {
	background-color: #ff0000;
}
.completedStep .stepIcon img, .currentStep .stepIcon img {
  -webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
/*  /step form progress  */


.stepContentCol {
	padding: 80px 0 140px;
}
.titleCol {
  text-align: center;
}
.twbs h4 {
  font-size: 30px;
  color: #ff0000;
  padding-bottom: 5px;
}
.iconTitle > h4 {
  position: relative;
  padding-bottom: 30px;
}
.iconTitle > h4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 20px;
  height: 21px;
  background-image: url('../../../images/title-shape.svg');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.stepContent {
  padding-top: 30px;
}
.selectBrand {
	text-align: center;
}
.selectBrand > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 14%;
	padding: 10px;
}
.brandLogo {
	text-align: center;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
  padding: 20px;
  font-size: 14px;
  position: relative;
}
.brandLogo::before, .brandLogo::after, .brandLogoText, .brandImg {
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.brandLogo::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	border-right: 1px solid #ffa3a3;
	bottom: 100%;
}
.brandLogo::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #ffa3a3;
	right: 100%;
}
.fullLink {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.brandLogoImg {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 58px;
}
.brandImg {
  max-height: 100%;
  object-fit: contain;
}
.brandLogoText {
	display: block;
	padding-top: 10px;
}
.brandLogo:hover::before {
  bottom: 0;
}
.brandLogo:hover::after {
  right: 0;
}
.brandLogo:hover .brandImg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.brandLogo:hover .brandLogoText {
  color: #f00;
}



/* step 2 */
.selectedBrand .brandLogoText {
	text-transform: uppercase;
	padding: 5px 0 10px;
	font-size: 14px;
	font-weight: 500;
}

.modelCircleText {
	/* display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center; */
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 600;
	padding: 5px;
	position: relative;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.modelCircleText > span {
	position: relative;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding-bottom: 5px;
}
.modelCircleText > span::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 15px;
	border-bottom: 2px solid;
	margin: 0 auto;
	opacity: 0.3;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.modelCol:hover .modelCircleText > span::before {
	width: 100%;
}
.modelCol:hover .modelCircleText {
  color: red;
}
/* .middle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
} */
.onHover {
  opacity: 0;
  visibility: hidden;
  /* height: 100%;
  padding-top: 60px; */
}
.modelCol:hover .onHover  {
  opacity: 1;
  visibility: visible;
}
.modelCol {
	border: 1px solid #efeded;
	padding: 15px 10px;
	margin: 0px 5px;
	position: relative;
  height: 100%;
  background-color: #f7f7f7;
}
.modelCol::before, .modelCol::after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.modelCol::before {
	left: 50%;
	right: 50%;
	top: 0;
	bottom: 0;
	border-top: 2px solid #ffa3a3;
	border-bottom: 2px solid #ffa3a3;
}
.modelCol:hover::before {
  left: 0;
  right: 0;
}
.modelCol::after {
  left: 0;
  right: 0;
	top: 50%;
	bottom: 50%;
	border-left: 2px solid #ffa3a3;
	border-right: 2px solid #ffa3a3;
}
.modelCol:hover::after {
  top: 0;
  bottom: 0;
}
.modelOpt > ul {
	position: relative;
	padding-left: 25px;
	font-size: 13px;
  display: inline-block;
}
.modelOpt.mdlPwr {
	text-align: right;
}
.mdlYear > ul::before, .mdlPwr > ul::before {
  content: "";
  position: absolute;
  width: 16px;
	height: 15px;
  -webkit-background-size: 16px auto;
	background-size: 16px auto;
	background-repeat: no-repeat;
}
.mdlYear > ul::before {
  left: 0;
  top: 1px;
	background-image: url('../../../images/calendar-icon.svg');
}
.mdlPwr > ul::before {
  left: 4px;
  top: 2px;
	background-image: url('../../../images/dachometer-icon.svg');
}
.modelOpt > ul > li {
	display: inline-block;
  position: relative;
  padding-right: 2px;
}
.modelOpt > ul > li + li {
  padding-left: 15px;
}
.modelOpt > ul > li + li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 10px;
	height: 9px;
	background-image: url('../../../images/arrow-right.svg');
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	background-repeat: no-repeat;
}

/*   /step 2   */


/* step 3 */
.brandLogoText .brandMdlText {
	color: #808080;
	font-weight: normal;
}
.selectMotorisationCol {
	margin: 0 auto;
	overflow: hidden;
}
.motorisationCol {
	text-align: center;
	padding: 40px;
  border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: -1px;
  position: relative;
}
.mtrsationIcon img {
	height: 80px;
	width: auto;
  object-fit: contain;
}
.mtrsationText {
	font-size: 30px;
	font-weight: 600;
	color: #26282b;
	padding-top: 40px;
	position: relative;
	padding-bottom: 15px;
}
.mtrsationText::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
  background-image: url('../../../images/arrow-right-long.svg');
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 30px;
  height: 14px;
}
.mtrsationIcon img, .mtrsationText {
  -webkit-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
.motorisationCol:hover .mtrsationIcon img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.motorisationCol:hover .mtrsationText {
  color: #f00;
}

/*   /step 3   */


/* step 4 */
.selectVersionCol {
	margin: 0 auto;
	max-width: 750px;
}
.versionList > li {
	box-shadow: 0 0 20px rgba(83,86,91,0.1);
	background-color: #fff;
	margin: 15px 0;
	font-size: 17px;
	font-weight: 300;
	color: #26282b;
	border-left: 2px solid #f00;
  position: relative;
}

.versionList > li > a {
	padding: 14px 25px;
	display:block;
}

.versionList > li:hover:before {
  left: 0;
  right: 0;
}
.versionList > li:before {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  border-top: 2px solid #f00;
  border-bottom: 2px solid #f00;
}
.versionList > li:hover::after {
  top: 0;
  bottom: 0;
}
.versionList > li::after {
  left: 0;
  right: 0;
  top: 50%;
  bottom: 50%;
  border-left: 0px solid #f00;
  border-right: 2px solid #f00;
}
.versionList > li::before, .versionList > li::after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.versionList a:hover {
  color: #f00;
}
.versionTitle h5 {
  font-size: 16px;
  color: #f00;
}
.versionCol + .versionCol {
	padding-top: 30px;
}
/*   /step 4   */

/* step 5 */
.chart {
  display: block;
  height: 190px;
  width: 190px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}
.stepresult {
  position: relative;
}
.resultcontact ul li a {
  background-color: #fff;
  width: 115px;
  display: flex;
  height: 115px;
  -webkit-box-shadow: 0 0 40px rgba(75,76,78,0.12);
  box-shadow: 0 0 40px rgba(75,76,78,0.12);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.resultcontact ul li a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.resultcontact ul li a span {
  font-size: 12px;
  margin-top: 10px;
  color: #26282b;
  font-weight: 500;
}
.pricebtn {
	max-width: 200px;
	margin: 25px auto 0;
	background-color: #26282b;
	color: #fff;
	padding: 26px 15px;
	border-radius: 100px;
	position: relative;
	box-shadow: 0 18px 46px rgba(75, 76, 78, 0.2);
}
.pricebtn h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0;
}
.pricebtn span {
  display: block;
  font-size: 11px;
  color: #ff0000;
  text-transform: uppercase;
}
.priceIcon > span {
	color: #fff;
	opacity: 0.1;
	font-size: 16px;
	position: absolute;
	font-weight: 500;
}
.priceIcon > span.priceIconTopLeft {
	left: 30px;
	font-size: 24px;
	transform: rotate(-35deg);
	top: 10px;
}
.priceIcon > span.priceIconTopRight {
	right: 30px;
	transform: rotate(-30deg);
	top: 20px;
}
.priceIcon > span.priceIconCenter {
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(-10px, -50%);
	margin-top: 4px;
}
.priceIcon > span.priceIconBotmLeft {
	bottom: 15px;
	left: 16px;
	transform: rotate(-45deg);
}
.priceIcon > span.priceIconBotmRight {
	right: 35px;
	bottom: 13px;
	transform: rotate(-45deg);
}
.pricebtn h2 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  margin-top: 10px;
}
.resultcontact ul li {
  display: inline-block;
}
.resultcontact ul li + li {
  margin-left: 30px;
}
.resultinfoinner h3 {
  font-size: 14px;
  margin: 0;
  color: #808080;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
}
.resultinfoinner span {
  color: #26282b;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 600;
  line-height: 23px;
}
.resultinfoinner {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(83,86,91,0.11);
  padding: 25px 15px 25px 40px;
  position: relative;
}
.resultinfoinner.infoleft:before , .resultinfoinner.inforight:before {
  top: 0;
  bottom: 0;
  width: 2px;
  position: absolute;
  content: "";
  left: 0;
}
.resultinfoinner.infoleft:before {
  background-color: #ff9c00;
}
.resultinfoinner.inforight:before {
  background-color: #ff0000;
}
.resultinfo {
  max-width: 550px;
}
.largetext {
  font-size: 24px;
  font-weight: 700;
  color:#FFF;
  text-transform: uppercase;
  margin-top: 40px;
  background-color: red;
  padding: 10px 20px;
}
.contactsec {
	position: absolute;
	left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
	top: 0;
}
.resultcontact {
	width: 280px;
	margin: 0 auto;
}
/* /step 5 */

/****** graph **********/

.resultGrphCol .highcharts-title, .resultGrphCol .highcharts-exporting-group, .resultGrphCol .highcharts-plot-band, .resultGrphCol .highcharts-axis.highcharts-yaxis,
.resultGrphCol .highcharts-legend, .resultGrphCol .highcharts-tooltip{
    display: none;
}
.resultGrphCol {
	max-width: 100%;
	margin: 70px auto 0;
	padding-top: 30px;
	background-color: #26282b;
}
.resultGrphCol .highcharts-background {
	fill: #26282b;
}
.resultGrphCol text {
	color: #979797 !important;
	fill: #979797 !important;
}


.resultGrphCol .highcharts-color-1 {
	fill: #00aeff;
	stroke: #006fa3;
}
.resultGrphCol .highcharts-color-0 {
	stroke: #f00;
	fill: red;
}
.resultGrphCol .highcharts-color-0 .highcharts-area {
	fill-opacity: 1;
	fill: rgba(255,0,0,0.8);
}
.resultGrphCol .highcharts-grid-line {
	stroke: #e6e6e6;
	opacity: 0.05;
}
.resultGrphCol .highcharts-axis-line {
	stroke: #f00;
}
/****** graph **********/

/***** hightcahrt ********/
.chartSection .highcharts-background {
  fill: transparent;
}
.chartSection{
	width: 229px;
	height: 229px;
	margin-left: auto;
	position: relative;
  margin-right: auto;
  margin-bottom: 60px;
}
.chartpower #chart, .chartpower #chart1{
	width: 229px;
	height: 229px;
}
.chartpower .highcharts-exporting-group {
	display: none;
}
.highcharts-container {
	width: 100% !important;
}
.chartpower .highcharts-point.highcharts-color-1 {
	fill: #ff9c00;
}
.chartpower .highcharts-point.highcharts-color-0 {
	fill: #ededed;
}
.chartSection1 .chartpower .highcharts-point.highcharts-color-1 {
	fill: #ff0000;
}
.chartSection1 .chartpower .highcharts-point.highcharts-color-0 {
	fill: #ededed;
}
.arrow_down {
	padding-top: 10px;
	text-align: center;
}
.arrow_down > img {
	display: block;
	margin: -6px auto;
}

/* footer */
.footerCol {
  background-color: #26282b;
  color: #fff;
  border-top: 5px solid #ff0000;
  margin-top: 165px;
  font-size: 13px;
  line-height: normal;
  padding: 30px 0;
}
.newsletterCol {
	display: block;
	max-width: 1000px;
	background-color: #fff;
  color: #76787c;
	-webkit-box-shadow: 0 0 30px rgba(99,3,3,0.22);
	box-shadow: 0 0 30px rgba(99,3,3,0.22);
	padding: 40px;
	margin: -190px auto 80px;
}
.footerColInner {
  margin: 0 auto;
  max-width: 730px;
}
.newsletterCol .titleCol {
	margin: 0 auto;
	max-width: 480px;
	padding-bottom: 15px;
}
.footerCol .titleCol > h4 {
	font-size: 26px;
}

.formStyle .form-control {
	font-size: 14px;
	border-radius: 0;
  padding: 12px 0;
}
.formStyle .form-control:focus {
	-webkit-box-shadow: none;
  box-shadow: none;
}
.lineField {
  border-width: 0 0 1px;
  border-color: transparent transparent #494c51;
  border-style: none none solid;
}
.iconFld {
	position: relative;
}
.formStyle .iconFld .form-control {
	padding-right: 30px;
}
.fldIcon {
	position: absolute;
	right: 5px;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newsletterCol .formBtn {
	text-align: center;
	padding: 25px 0 10px;
}
.newsletterCol .formBtn .btn {
  -webkit-box-shadow: 0 10px 20px rgba(124,14,14,0.24);
  box-shadow: 0 10px 20px rgba(124,14,14,0.24);
}

.socialList {
  font-size: 14px;
}
.socialList a, .socialList a:hover {
  color: #fff;
}
.socialList a:hover {
  opacity: 0.6;
}
.socialList > li + li {
	padding-top: 12px;
}
.socialList i {
	width: 28px;
	height: 28px;
	line-height: 28px;
	background-color: #f00;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
}
.socialList i.fa-facebook {
  background-color: #3b5998;
}
.socialList i.fa-instagram {
  background-color: #6c27b3;
}
.socialList i + span {
	display: inline-block;
	padding-left: 5px;
}
.socialCol {
	width: 165px;
}

.footerCol h3 {
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.addressMainCol {
	display: inline-block;
	text-align: left;
}
.addressCol {
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	line-height: 18px;
}
.addressCol::before {
	content: "";
	background-image: url('../../../images/pin-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 0;
}

.footerBtmCol {
  text-align: center;
  color: #b2b2b3;
  padding-top: 50px;
}
/*   /footer  */



/* Media */
@media (min-width:1320px) {
  .twbs .container {
    max-width: 1260px !important;
  }
}
@media (min-width:992px) {
  .motorisationCol {
    margin: 0px 10px;
  }
  .motorisationCol:before , .motorisationCol:after {
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
  }
  .motorisationCol:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #ffa3a3;
    right: 100%;
  }
  .motorisationCol:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-right: 1px solid #ffa3a3;
    bottom: 100%;
  }
  .motorisationCol:hover:before {
    bottom: 0;
  }
  .motorisationCol:hover:after {
    right: 0;
  }
}
@media (max-width:1319px) {
  .selectBrand > ul > li {
  	width: 17%;
  }
  .modelOpt > ul {
  	padding-left: 22px;
  	font-size: 12px;
  }
  .mdlPwr::before {
  	left: 2px;
  }
  .modelCircleText {
    font-size: 20px;
    line-height: 22px;
  	padding: 5px;
  }
}

@media (max-width:1199px) {
  .stepContentCol {
  	padding: 60px 0 90px;
  }
  .mtrsationIcon img {
    height: 80px;
  }
  .mtrsationText {
    font-size: 22px;
  }
  .selectBrand > ul > li {
  	width: 19%;
  }
  .navigation > ul > li + li {
  	padding-left: 30px;
  }
  .stepFormProgress {
  	padding: 20px 0;
  }
  .modelOpt > ul {
  	padding-left: 25px;
  	font-size: 13px;
  }
  .mdlYear > ul::before {
  	top: 2px;
  }
  .mdlPwr > ul::before {
  	top: 3px;
  }
  .resultinfoinner {
    margin-top: 15px;
  }
}
@media (max-width:991px) {

  .contactsec {
    position: initial;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .navigation > ul > li + li {
  	padding-left: 0px;
  }
  .navigation {
  	position: fixed;
  	left: 0;
  	top: 0;
  	bottom: 0;
  	padding: 20px;
  	background-color: #26282b;
  	width: 240px;
  	z-index: 99;
  	-webkit-transform: translateX(-150%);
  	-ms-transform: translateX(-150%);
  	transform: translateX(-150%);
  	-webkit-transition: all 400ms ease-in-out 0s;
  	-o-transition: all 400ms ease-in-out 0s;
  	transition: all 400ms ease-in-out 0s;
  }
  .openNav .navigation {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .navigation > ul {
  	max-height: 100%;
  	overflow-y: auto;
  }
  .navigation > ul > li {
  	display: block;
  }
  .navigation > ul > li > a {
  	display: block;
  	padding: 5px 0;
  	color: #fff;
  }
  .navigation > ul > li > a:hover {
  	color: #fff;
  }

  .stepTitle {
  	padding-top: 5px;
  	font-size: 12px;
  }
  .stepIcon {
  	width: 55px;
  	height: 55px;
  }
  .stepIcon img {
  	max-width: 30px;
  	max-height: 25px;
  	object-fit: contain;
  }
  .headerCol {
  	padding: 10px 0;
  }
  .logo img {
  	width: 140px;
  }
  .titleCol > h4 {
  	font-size: 24px;
  }
  .footerCol .titleCol > h4 {
  	font-size: 22px;
  }
  .stepContent {
  	padding-top: 20px;
  }
  .selectBrand > ul > li {
  	width: 24%;
  }
  .stepsProgress > ul > li + li::before {
  	top: 30px;
  }
  .mtrsationText {
  	font-size: 22px;
  	padding-top: 20px;
  }
  .mtrsationIcon img {
  	height: 70px;
  }
  .motorisationCol {
  	padding: 30px;
  }
  .selectMotorisationCol {
  	max-width: 600px;
  }
  .stepContentCol {
  	padding: 40px 0 60px;
  }
  .versionList > li {
  	padding: 12px 15px;
  	font-size: 14px;
  }
  .chartSection {
  	margin: 0 auto;
  }

  .resultinfo {
  	max-width: 100%;
  	padding-bottom: 20px;
  }
  .largetext {
  	font-size: 24px;
  	margin-top: 10px;
  }
  .modelCol {
    padding: 15px;
  }
}

@media (max-width:767px) {

  .fixed-header .logo img, .logo img {
  	width: 120px;
  }
  .stepFormProgress {
  	padding: 10px 0;
  }
  .stepTitle {
  	font-size: 12px;
  	line-height: 12px;
  	max-width: 80px;
  	margin: 0 auto;
  }
  .stepsProgress > ul > li + li::before {
  	font-size: 8px;
  	line-height: 8px;
  	letter-spacing: 2px;
  }
  .selectBrand > ul > li {
  	width: 32%;
  }
  .footerCol h3 {
  	font-size: 18px;
  	padding-bottom: 5px;
  }
  .footerLogo {
  	text-align: center;
  	padding-bottom: 30px;
  }
  .addressMainCol {
  	text-align: center;
  	padding-bottom: 25px;
  }
  .socialCol {
  	width: 100%;
    text-align: center;
  }
  .addressCol {
    padding-left: 0px;
  }
  .addressCol::before {
  	opacity: 0;
  }
  .footerBtmCol {
  	padding-top: 30px;
  }
  .newsletterCol {
  	padding: 30px;
  	margin: -190px auto 50px;
  }
  .mtrsationText {
  	font-size: 18px;
  	padding-top: 10px;
  }
  .mtrsationIcon img {
  	height: 60px;
  }
  .motorisationCol {
  	padding: 20px 15px;
  }
  .newsletterCol .formBtn {
  	padding: 15px 0 10px;
  }
  .mtrsationText::before {
    width: 24px;
  }
  .resultGrphCol {
  	max-width: 100%;
  	padding-top: 80px;
  }
  .modelCol {
    height: auto;
  }
}

@media (max-width:575px) {
  .stepIcon {
  	width: 45px;
  	height: 45px;
  }
  .stepsProgress > ul > li + li::before {
  	top: 25px;
  }
  .stepTitle {
  	display: none;
  }
  .currentStep .stepTitle {
  	display: none;
  }
  .stepIcon img {
  	max-width: 25px;
  	max-height: 20px;
  	object-fit: contain;
  }
  .stepsProgress > ul > li + li::before {
  	font-size: 6px;
  	line-height: 6px;
  	letter-spacing: 2px;
  }
  .brandLogo {
  	font-size: 13px;
  }
  .selectBrand > ul > li {
  	padding: 5px;
    width: 49%;
  }
  .newsletterCol {
  	padding: 30px 20px;
  }
  .newsletterCol .titleCol {
  	padding-bottom: 0;
  }
  .newsletterCol .formBtn {
  	padding: 15px 0 10px;
  }
  .minWdBtn {
  	min-width: 200px;
  }
  .modelOpt.mdlPwr, .modelOpt.mdlYear {
  	text-align: center;
  }
  .modelOpt > ul {
  	font-size: 16px;
  }
  .mdlYear > ul::before {
  	top: 3px;
  }
  .mdlPwr > ul::before {
  	top: 5px;
  }
  .modelCircleText {
    font-size: 18px;
    line-height: 20px;
  }
  .mtrsationIcon img {
  	height: 50px;
  }
  .pricebtn h2 {
  	font-size: 20px;
  }
  .pricebtn {
  	margin: 15px auto 0;
  	color: #fff;
  	padding: 15px 10px;
  }
  .resultinfoinner {
  	padding: 15px 25px;
  }
  .resultinfoinner h3 {
  	font-size: 14px;
  }
  .resultinfoinner span {
  	font-size: 18px;
  	line-height: 20px;
  }
  .resultGrphCol {
    padding-top: 50px;
  }
  .largetext {
  	font-size: 18px;
  }
}

.twbs .nav-tabs .nav-link.active,
.twbs .nav-tabs .nav-link{
    font-size:16px;
    padding: 5px 15px;
}

.twbs .nav-tabs .nav-link.active {
    background-color:#FCFCFC;
}

@media (min-width:440px) {
    .twbs .nav-tabs .nav-link.active,
    .twbs .nav-tabs .nav-link {
        font-size:20px;
        padding: 10px 30px;
    }
}
